kotlin-stdlib
Native
kotlin-stdlib
/
kotlin
/
[Native]TypeCastException
Type
Cast
Exception
Native
open
class
TypeCastException
:
ClassCastException
Content copied to clipboard
Constructors
Properties
Constructors
TypeCastException
Link copied to clipboard
Native
fun
TypeCastException
(
)
Content copied to clipboard
TypeCastException
Link copied to clipboard
Native
fun
TypeCastException
(
message
:
String
?
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
Native
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
Native
open
val
message
:
String
?
Content copied to clipboard